Skip to content

TST/DOC: apply date() with timezones #14085

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 25, 2016

Conversation

rockg
Copy link
Contributor

@rockg rockg commented Aug 25, 2016

@@ -544,7 +544,7 @@ There are several time/date properties that one can access from ``Timestamp`` or
second,"The seconds of the datetime"
microsecond,"The microseconds of the datetime"
nanosecond,"The nanoseconds of the datetime"
date,"Returns datetime.date"
date,"Returns datetime.date (does not contain timezone information)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you put maybe the same comment at the line below for the time attribute?

@jorisvandenbossche jorisvandenbossche added Testing pandas testing functions or related to the test suite Docs Timezones Timezone data dtype labels Aug 25, 2016
@jorisvandenbossche jorisvandenbossche added this to the 0.19.0 milestone Aug 25, 2016
@jorisvandenbossche
Copy link
Member

@rockg Thanks! (added 2 really minor comments)

@codecov-io
Copy link

Current coverage is 85.26% (diff: 100%)

Merging #14085 into master will increase coverage by <.01%

@@             master     #14085   diff @@
==========================================
  Files           139        139          
  Lines         50492      50492          
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
+ Hits          43052      43053     +1   
+ Misses         7440       7439     -1   
  Partials          0          0          

Powered by Codecov. Last update 5152cdd...394e918

@jorisvandenbossche jorisvandenbossche merged commit 185fcbe into pandas-dev:master Aug 25, 2016
@jorisvandenbossche
Copy link
Member

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Docs Testing pandas testing functions or related to the test suite Timezones Timezone data dtype
Projects
None yet
Development

Successfully merging this pull request may close these issues.

BUG: .date and timezones
3 participants